home *** CD-ROM | disk | FTP | other *** search
/ Network Toolbox (Professional Edition) / tradetouch-network-toolbox-professional-edition.iso / news server tool / upiserver.exe / _setup.1 / UPIServer.exe / 0 / RCDATA / TTIMEDMSGFRM / TTIMEDMSGFRM.txt
Text File  |  1999-06-16  |  859b  |  46 lines

  1. object TimedMsgFrm: TTimedMsgFrm
  2.   Left = 230
  3.   Top = 238
  4.   ActiveControl = OKBut
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Information'
  8.   ClientHeight = 96
  9.   ClientWidth = 321
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object message1: TLabel
  21.     Left = 8
  22.     Top = 24
  23.     Width = 305
  24.     Height = 33
  25.     Alignment = taCenter
  26.     AutoSize = False
  27.     Caption = 'Text'
  28.   end
  29.   object OKBut: TBitBtn
  30.     Left = 120
  31.     Top = 64
  32.     Width = 75
  33.     Height = 25
  34.     Caption = '&OK'
  35.     TabOrder = 0
  36.     Kind = bkOK
  37.   end
  38.   object Timer1: TTimer
  39.     Enabled = False
  40.     Interval = 7000
  41.     OnTimer = Timer1Timer
  42.     Left = 224
  43.     Top = 64
  44.   end
  45. end
  46.